The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 16
META.yml 44
Makefile.PL 33
Mechanize.pm 22
4 files changed (This is a version diff) 1015
@@ -4,7 +4,12 @@ WWW::Mechanize and Test::WWW::Mechanize do not use rt.cpan.org for
 bug tracking.  They are now being tracked via Google Code at
 http://code.google.com/p/www-mechanize/issues/list
 
-1.31_01
+1.32    Wed May 11 10:12:25 CDT 2011
+------------------------------------
+No changes from 1.31_01.
+
+
+1.31_01 Wed May  4 16:07:31 CDT 2011
 ------------------------------------
 [ENHANCEMENTS]
 The methods that look at the text of the page, ->text_like() and
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Test-WWW-Mechanize
-version:            1.31_01
+version:            1.32
 abstract:           Testing-specific WWW::Mechanize subclass
 author:
     - Andy Lester <andy@petdance.com>
@@ -24,10 +24,10 @@ requires:
     WWW::Mechanize:       1.68
 resources:
     bugtracker:   http://code.google.com/p/www-mechanize/issues/list
-    homepage:     http://code.google.com/p/www-mechanize/
-    license:      http://dev.perl.org/licenses/
+    homepage:     https://github.com/petdance/test-www-mechanize
+    license:      http://www.opensource.org/licenses/artistic-license-2.0
     MailingList:  http://groups.google.com/group/www-mechanize-users
-    Repository:   http://code.google.com/p/www-mechanize/source
+    Repository:   https://github.com/petdance/test-www-mechanize
 no_index:
     directory:
         - t
@@ -27,10 +27,10 @@ my $parms = {
 if ( $ExtUtils::MakeMaker::VERSION ge '6.46' ) {
     $parms->{META_MERGE} = {
         resources => {
-            license     => 'http://dev.perl.org/licenses/',
-            homepage    => 'http://code.google.com/p/www-mechanize/',
+            license     => 'http://www.opensource.org/licenses/artistic-license-2.0',
+            homepage    => 'https://github.com/petdance/test-www-mechanize',
             bugtracker  => 'http://code.google.com/p/www-mechanize/issues/list',
-            Repository  => 'http://code.google.com/p/www-mechanize/source',
+            Repository  => 'https://github.com/petdance/test-www-mechanize',
             MailingList => 'http://groups.google.com/group/www-mechanize-users',
         }
     };
@@ -9,11 +9,11 @@ Test::WWW::Mechanize - Testing-specific WWW::Mechanize subclass
 
 =head1 VERSION
 
-Version 1.31_01
+Version 1.32
 
 =cut
 
-our $VERSION = '1.31_01';
+our $VERSION = '1.32';
 
 =head1 SYNOPSIS